fix(deps): update sanity-tooling#1558
Conversation
|
c36c286 to
072ba9a
Compare
072ba9a to
d8ea442
Compare
d8ea442 to
ed4655b
Compare
b274b5f to
d988733
Compare
f9d263f to
034ef73
Compare
7756735 to
32b751c
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 3 total unresolved issues (including 2 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3542fb4. Configure here.
| "@repo/package.config": "workspace:*", | ||
| "@repo/tsconfig": "workspace:*", | ||
| "@sanity/client": "^7.23.2", | ||
| "@sanity/client": "^7.24.0", |
There was a problem hiding this comment.
Lockfile not updated with deps
High Severity
Manifests bump @sanity/client to ^7.24.0 and @sanity/pkg-utils to ^11.0.13, but pnpm-lock.yaml still pins 7.23.2 / 11.0.9 (including catalog and overrides). CI runs pnpm install --frozen-lockfile, so installs fail and the intended versions never resolve.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 3542fb4. Configure here.
63357c4 to
19b6d60
Compare
d9e2498 to
8edf579
Compare
e8ce2d6 to
04999ae
Compare
f23b5e0 to
7363132
Compare
38e296e to
de1674c
Compare
a4069bc to
53f2c92
Compare
8aba057 to
e339e4f
Compare
274ec95 to
519ff35
Compare
351c9f0 to
bf6be0c
Compare
d3d2061 to
ceeffee
Compare
728c1e9 to
ef078e3
Compare
96750f2 to
183f13f
Compare
5877a08 to
5efd4e0
Compare
39a2b5e to
3de76a1
Compare


This PR contains the following updates:
^7.23.2→^7.24.0^11.0.9→^11.0.14^17.1.0→^17.2.0^6.5.0→^6.6.0^6.5.0→^6.6.0^3.3.5→^3.4.3^6.5.0→^6.6.0^6.5.0→^6.6.0Release Notes
sanity-io/client (@sanity/client)
v7.24.0Compare Source
Features
sanity-io/pkg-utils (@sanity/pkg-utils)
v11.0.14Compare Source
Patch Changes
#3117
de74a1eThanks @squiggler-app! - fix(deps): update dependency rolldown-plugin-dts to v0.27.13#3129
40cc93dThanks @squiggler-app! - fix(deps): update dependency @microsoft/api-extractor to ^7.58.12Updated dependencies [
dceee04]:v11.0.13Compare Source
Patch Changes
f180e02Thanks @copilot-swe-agent! - Updatelightningcssto^1.33.0andyuku-parserto^0.7.0.v11.0.12Compare Source
Patch Changes
aac3364]:v11.0.11Compare Source
Patch Changes
#3090
6519cffThanks @squiggler-app! - fix(deps): update dependency @microsoft/api-extractor to ^7.58.10#3091
a62e5c2Thanks @squiggler-app! - fix(deps): update dependency globby to ^16.2.2#3092
ef426fbThanks @squiggler-app! - fix(deps): update dependency pretty-bytes to ^7.1.1#3093
abfc898Thanks @squiggler-app! - fix(deps): update dependency rolldown-plugin-dts to v0.27.12#3097
80f965eThanks @squiggler-app! - fix(deps): update dependency @microsoft/api-extractor to ^7.58.11#3086
b900be5Thanks @stipsan! - Stop emitting a redundantbundle.css.d.tsalongside the vanilla-extract CSS shim.The conditional
./bundle.cssexport already has an explicittypescondition pointing atbundle-css.d.ts, so TypeScript never needs a sibling declaration for the CSS file itself. Compat mode now emits only that one declaration (plusbundle-css.jsandbundle.css).cssFileDtsFileNameis no longer exported from@sanity/vanilla-extract-rolldown-plugin(0.x breaking API change → minor).Updated dependencies [
412881b]:v11.0.10Compare Source
Patch Changes
7fb3e17Thanks @squiggler-app! - fix(deps): update dependency rolldown-plugin-dts to v0.27.11sanity-io/runtime-cli (@sanity/runtime-cli)
v17.2.0Compare Source
sanity-io/sanity (@sanity/schema)
v6.6.0Compare Source
Bug Fixes
sanity-io/sanity (@sanity/types)
v6.6.0Compare Source
Features
sanity-io/ui (@sanity/ui)
v3.4.3Compare Source
Patch Changes
#2435
f3638b5Thanks @stipsan! - Remove thedisplayNameassignments that followed every component definition. As top-levelComponent.displayName = '…'statements in the published dist they were side effects that pinned every component into consuming bundles, defeating tree-shaking of unused components (see sanity-io/visual-editing#3535 for the kind of workaround this forced downstream). They were also redundant: every component is declared as a named function (e.g.forwardRef(function Button(…) {…})), so React DevTools derives the exact same name fromFunction.name— the build now passeskeepNamesso those function names survive into the dist.If you profile or debug production builds with React DevTools and want component names to survive your own app's minification, configure the bundler to keep identifier names instead of relying on
displayName, e.g. in Vite:v3.4.2Compare Source
Patch Changes
18c0323]:v3.4.1Compare Source
Patch Changes
528c3c9]:v3.4.0Compare Source
Minor Changes
#2410
e151988Thanks @stipsan! - update dependency @sanity/icons to ^5.2.0@sanity/uinow imports every icon from its per-icon export path (e.g.@sanity/icons/Close) instead of the root barrel, so only the handful of icons the components actually render are pulled into your bundle.Patch Changes
4f7947bThanks @stipsan! - fix(deps): update dependency styled-components to ^6.4.4v3.3.6Compare Source
Patch Changes
#2336
94b067cThanks @squiggler-app! - fix(deps): update dependency @floating-ui/react-dom to ^2.1.9#2377
20893cdThanks @stipsan! - Remove unusedesm.shproperty from package.jsonsanity-io/sanity (@sanity/vision)
v6.6.0Compare Source
Bug Fixes
sanity-io/sanity (sanity)
v6.6.0Compare Source
Features
Bug Fixes
.textfocus-path suffix for spans at any depth (30952d1)isPublishedVersionandisDraftVersion(e902916)Performance Improvements
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here